Feature: Crear un post taggeado y que este sea visible para el usuario, eliminar el tag y que no sea posible filtrar por este

Scenarios

Chart

Status

Progress

1

Passed

100.00%

Failed

0.00%
Total duration:
1m 49.732s

Scenario: Como autor creo un post con tag, luego elimino el tag

Before 0m 6.502s
Given I navigate to page "<HOST>" "ghost/#/signin" 0m 2.047s
And I login with credentials "<USERNAME>" "<PASSWORD>" 0m 0.904s
And I send a signal to user 2 containing "logged" 0m 1.202s
And I wait for 2 seconds 0m 2.460s
When I go to tag list 0m 0.637s
And I go to new tag form 0m 0.639s
And I send a signal to user 2 containing "creating tag" 0m 0.353s
And I wait for 2 seconds 0m 2.409s
And I create a tag with name "$name_2" 0m 0.481s
And I save the tag 0m 0.552s
And I send a signal to user 2 containing "tag created" 0m 0.336s
And I wait for 2 seconds 0m 2.429s
And I go to new post form 0m 0.654s
And I send a signal to user 2 containing "creating post" 0m 0.288s
And I wait for 2 seconds 0m 2.359s
And I create a post with title "$name_3" and content "$string_2" 0m 0.811s
And I choose the tag "$$name_2" 0m 1.169s
And I send a signal to user 2 containing "posting" 0m 0.308s
And I wait for 2 seconds 0m 2.379s
And I post the post 0m 1.031s
And I return to posts list 0m 1.098s
And I send a signal to user 2 containing "post created" 0m 0.435s
And I wait for a signal containing "checked" for 30 seconds 0m 3.508s
And I wait for 1 seconds 0m 1.561s
And I navigate to page "<HOST>" "ghost/#/tags" 0m 0.597s
And I select the listed tag with name "$$name_2" 0m 0.473s
And I send a signal to user 2 containing "deleting tag" 0m 0.366s
And I wait for 2 seconds 0m 2.390s
And I delete the tag 0m 0.965s
Then I send a signal to user 2 containing "deleted tag" 0m 0.371s
After 0m 8.018s

Screenshots

Before
NO IMAGE AVAILABLE
Given I navigate to page "<HOST>" "ghost/#/signin"
And I login with credentials "<USERNAME>" "<PASSWORD>"
And I send a signal to user 2 containing "logged"
And I wait for 2 seconds
When I go to tag list
And I go to new tag form
And I send a signal to user 2 containing "creating tag"
And I wait for 2 seconds
And I create a tag with name "$name_2"
And I save the tag
And I send a signal to user 2 containing "tag created"
And I wait for 2 seconds
And I go to new post form
And I send a signal to user 2 containing "creating post"
And I wait for 2 seconds
And I create a post with title "$name_3" and content "$string_2"
And I choose the tag "$$name_2"
And I send a signal to user 2 containing "posting"
And I wait for 2 seconds
And I post the post
And I return to posts list
And I send a signal to user 2 containing "post created"
And I wait for a signal containing "checked" for 30 seconds
And I wait for 1 seconds
And I navigate to page "<HOST>" "ghost/#/tags"
And I select the listed tag with name "$$name_2"
And I send a signal to user 2 containing "deleting tag"
And I wait for 2 seconds
And I delete the tag
Then I send a signal to user 2 containing "deleted tag"
After
NO IMAGE AVAILABLE